stylecontext: Split out GtkCssNode into own file
authorBenjamin Otte <otte@redhat.com>
Fri, 9 Jan 2015 23:47:32 +0000 (00:47 +0100)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 Mar 2015 14:23:28 +0000 (15:23 +0100)
commitbe596f3967c184e66f8ba5fde2880b4220989a75
tree0f3a96e6c6375c8dcfb239c8a80f0062ea6012a9
parent99c4f2dd3947c290e3ea19153202be3e43b22add
stylecontext: Split out GtkCssNode into own file

The functionality of it is supposed to grow, so better put it in a
custom file early.

This is just a naive split so far, the next patches will split things
further.
gtk/Makefile.am
gtk/gtkcssnode.c [new file with mode: 0644]
gtk/gtkcssnodeprivate.h [new file with mode: 0644]
gtk/gtkstylecontext.c